home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / th.dir / 00044_Quit-ROLLOVER.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  108 b   |  9 lines

  1. global gTHRefresh
  2.  
  3. on mouseDown
  4.   if hPressButton() then
  5.     exitApp()
  6.     set gTHRefresh to 1
  7.   end if
  8. end
  9.